SftTree/NET 2.0

MinHeight Property, ItemClass Class

Softel vdm, Inc.

Defines the minimum height of this item.

Syntax      ItemClass Class (Softelvdm.SftTreeNET)

VB   

Public Property MinHeight As Integer

C#   

public int MinHeight { get; set; }

C++   

public: property int MinHeight {
        int get();
        void set(int value);
}

Property Value

The minimum height of this item. If 0 is specified, no minimum height is defined.

The default value is 0.

Comments

The MinHeight property defines the minimum height of this item.

If an item is smaller than the defined minimum height, it is extended and uses the defined minimum height.

The Dimensions.ItemMinHeight property can be used to define the minimum height for all items.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com